All Questions
2 questions
4votes
3answers
962views
Portable multithreaded matrix multiplication in C
I essentially took this progam, and made it compile and run on Windows too. Also, I incorporated some nice points made by Toby Speight. matrix.h ...
3votes
1answer
2kviews
Multithreaded matrix multiplication on Unix in C
I have this program for comparing serial and parallel matrix multiplication algorithms: matrix.h ...